Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 351 Bytes

hint3.md

File metadata and controls

17 lines (14 loc) · 351 Bytes

Hint 3

  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