# License for the specific language governing permissions and limitations
# under the License.
-# Global image for the CI/CD pipeline.
-# This image is used for all jobs unless overridden by a specific job.
-# image: python:3.10
-
include:
- project: 'devops/cicd'
file: '/templates/osm-base.yml'
-
-gemnasium-python-dependency_scanning:
- image: python:3.10
- # variables:
- # PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
- # before_script:
- # - python --version
- # - pip install -r requirements.txt