Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 350 Bytes

hint5.md

File metadata and controls

16 lines (14 loc) · 350 Bytes

Hint 5

  opensource-monitor:
    needs: [ opensource-security ]
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - name: Run Snyk to check for vulnerabilities
        uses: snyk/actions/maven@master
        env:
          SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
        with:
          command: monitor